Uses of Class
com.netscape.certsrv.key.KeyData
Packages that use KeyData
-
Uses of KeyData in com.netscape.certsrv.key
Methods in com.netscape.certsrv.key that return KeyDataModifier and TypeMethodDescriptionKeyRequestResponse.getKeyData()
KeyClient.retrieveKey
(KeyId keyId, byte[] transWrappedSessionKey) Retrieve a secret (passphrase or symmetric key) from the DRM.KeyClient.retrieveKey
(KeyId keyId, org.mozilla.jss.crypto.SymmetricKey sessionKey) Retrieve a secret (passphrase or symmetric key) from the DRM.KeyClient.retrieveKeyByPassphrase
(KeyId keyId, String passphrase) The secret is secured in transit by wrapping the secret with the passphrase using PBE encryption.KeyClient.retrieveKeyByPKCS12
(KeyId keyId, String certificate, String passphrase) Retrieve an asymmetric private key and return it as PKCS12 data.KeyClient.retrieveKeyByRequest
(RequestId requestId, org.mozilla.jss.crypto.SymmetricKey sessionKey) KeyClient.retrieveKeyData
(KeyRecoveryRequest data) Retrieve a secret from the DRM.KeyClient.retrieveKeyUsingWrappedPassphrase
(KeyId keyId, byte[] transWrappedSessionKey, byte[] sessionWrappedPassphrase, byte[] nonceData) This method generates a key recovery request, approves it, and retrieves the secret referred to by keyId.Methods in com.netscape.certsrv.key with parameters of type KeyDataConstructors in com.netscape.certsrv.key with parameters of type KeyData -
Uses of KeyData in com.netscape.certsrv.system
Methods in com.netscape.certsrv.system that return KeyDataModifier and TypeMethodDescriptionTPSConnectorClient.createSharedSecret
(String id) TPSConnectorClient.getSharedSecret
(String id) TPSConnectorClient.replaceSharedSecret
(String id) -
Uses of KeyData in com.netscape.cmstools.tks
Methods in com.netscape.cmstools.tks with parameters of type KeyData